home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000439_news@columbia.edu_Tue Sep 26 15:47:17 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA21367
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 28 Sep 1995 16:42:29 -0400
  3. Received: by apakabar.cc.columbia.edu id AA14103
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 28 Sep 1995 16:42:28 -0400
  5. Path: news.columbia.edu!news.cs.columbia.edu!news.boxhill.com!news.sprintlink.net!news.bluesky.net!solaris.cc.vt.edu!news.mathworks.com!news.kei.com!simtel!swidir.switch.ch!swsbe6.switch.ch!scsing.switch.ch!news.belwue.de!news.uni-freiburg.de!MPI1.IMMUNBIO.MPG.DE!GARTMANN
  6. From: gartmann@immunbio.mpg.de (Christoph Gartmann)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Escape-Code Problem
  9. Date: 26 Sep 1995 15:47:17 GMT
  10. Organization: Max-Planck-Institut fuer Immunbiologie
  11. Lines: 24
  12. Message-Id: <4497a5$6sv@n.ruf.uni-freiburg.de>
  13. Reply-To: gartmann@immunbio.mpg.de
  14. Nntp-Posting-Host: mpi1.immunbio.mpg.de
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. Hello,
  18.  
  19. we use a software remotely via Kermit & TCP-IP. This software recognizes
  20. the Escape-key (and character) and associates the function "one level back"
  21. to it. On the other hand the terminal emulation (Kermit VT220) uses escape
  22. sequences for cursors keys (e.g. <ESC>[B for cursord-down). Now this software
  23. (yes, it does support a VT220) has to distinguish between a single escape
  24. and an escape that is part of an escape sequence. Obviously this is done via
  25. the delay between the bytes. And if the line is a bit slow you don't have
  26. the cursor keys anymore :-( Thus, is there a way to tell Kermit that it will
  27. send escape sequences in a single packet or something the like? I agree, this
  28. is not a problem of Kermit but of the remote software (no way to disable the
  29. escape key or remap it). But perhaps Kermit can offer a way to get around
  30. this problem?
  31.  
  32. Regards,
  33.    Christoph Gartmann
  34.  
  35. +----------------------------------------------------------------------------+
  36. | Max-Planck-Institut fuer      Phone   : +49-761-5108-465   Fax: -221       |
  37. | Immunbiologie                 PSI     : PSI%(0262)45050160374::GARTMANN    |
  38. | Postfach 1169                 Internet: gartmann@immunbio.mpg.de           |
  39. | D-79011  Freiburg, FRG                                                     |
  40. +----------- Do you know MENUE, the user environment for OpenVMS? -----------+